Version

ColumnEditingSettingWrapperBase<T,TOut> Class

class used to wrap the ColumnEditingSettingBase, so that methods with the same names as props can be exposed and we can configure the MVC igGrid via Lambda expressions in the View
Syntax
'Declaration
 
Public MustInherit Class ColumnEditingSettingWrapperBase
    (Of T As {New, ColumnEditingSettingBase},
     TOut As ColumnEditingSettingWrapperBase(Of T,TOut)) 
public abstract class ColumnEditingSettingWrapperBase<T,TOut> 
where T: new(), ColumnEditingSettingBase
where TOut: ColumnEditingSettingWrapperBase<T,TOut>
Type Parameters
T
TOut
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub